home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 001328_daemon _Wed Jun 16 17:42:36 1993.msg < prev    next >
Internet Message Format  |  1994-01-24  |  2KB

  1. Received: by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  2.     id AA20098; Wed, 16 Jun 93 17:42:38 MET DST
  3. Errors-To: sanders@bsdi.com
  4. Return-Path: <sanders@bsdi.com>
  5. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  6.     id AA20092; Wed, 16 Jun 93 17:42:36 MET DST
  7. Errors-To: sanders@bsdi.com
  8. Received: from austin.BSDI.COM by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  9.     id AA12975; Wed, 16 Jun 1993 18:04:43 +0200
  10. Received: from localhost by austin.BSDI.COM (5.67/1.37)
  11.     id AA09176; Wed, 16 Jun 93 11:04:36 -0500
  12. Message-Id: <9306161604.AA09176@austin.BSDI.COM>
  13. To: www-talk@nxoc01.cern.ch
  14. Subject: Re: Resource estimation 
  15. In-Reply-To: Jay A. Carlson's message of Wed, 16 Jun 93 03:44:23 CDT.
  16. Errors-To: sanders@bsdi.com
  17. Reply-To: sanders@bsdi.com
  18. Organization: Berkeley Software Design, Inc.
  19. Date: Wed, 16 Jun 1993 11:04:35 -0500
  20. From: Tony Sanders <sanders@bsdi.com>
  21.  
  22. > Also note that httpd appears to be somewhat memory-hungry.  On my
  23. > DECstation 5000, running Ultrix, it used 8M to serve ONE PAGE.  In a
  24. > system serving more pages I can see that this kind of caching would be
  25. > useful, but in small systems you may wanna look at an alternative
  26. > server.
  27.  
  28. Plexus only uses 1.2M and that includes the image decoding stuff.  It also
  29. doesn't exec very often so the overhead on the system is negligible, you
  30. have to worry more about the network usage than system usage.  It doesn't
  31. cache anything itself, it assumes your OS is smart enough to do that.
  32.  
  33. http://www.bsdi.com/server/doc/plexus.html
  34.  
  35. --sanders